home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1996 October / PC Joker 96-10.iso / menu / get.bat < prev    next >
DOS Batch File  |  1996-03-19  |  202b  |  19 lines

  1. echo off
  2. GETWIN
  3. if ERRORLEVEL==3 goto drei
  4. if errorlevel==2 goto zwei
  5. if errorlevel==1 goto eins
  6. :eins
  7. echo eins
  8. goto ende
  9. :zwei
  10. echo zwei
  11. goto ende
  12. :drei
  13. echo drei
  14. goto ende
  15. :ende
  16.  
  17.  
  18.  
  19.